Skip to content

Commit

Permalink
Increase the timeout for the Python server to start up. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Sep 4, 2024
1 parent 05d20c7 commit a842e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.toit
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ with-test-server --logger/log.Logger --mode/string [block]:
// If it didn't start we might be looking for the wrong line in its output.
// There was a change between 1.6.9 and 2.0.14. Could be that there is
// going to be another one.
with-timeout --ms=1_000:
with-timeout --ms=5_000:
server-is-running.get

network := net.open
Expand Down

0 comments on commit a842e4f

Please sign in to comment.