Skip to content

Commit 0019106

Browse files
committed
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

+1-1
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)