Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0019106

Browse files
committedApr 3, 2025·
increased time for running test
1 parent 4214811 commit 0019106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def page_url(xprocess, url_port):
1717
url, port = url_port
1818

1919
class Starter(ProcessStarter):
20-
timeout = 4
20+
timeout = 40
2121
# Start the process
2222
args = [
2323
"bundle",

0 commit comments

Comments
 (0)
Please sign in to comment.