Skip to content

Commit

Permalink
FIXUP: Bump the proc wait timeout in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Apr 17, 2024
1 parent f714d31 commit 10d4ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/isolation_provider/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
uncommon_text,
)

TIMEOUT_STARTUP = 15 # Timeout in seconds until the conversion sandbox starts.
TIMEOUT_STARTUP = 60 # Timeout in seconds until the conversion sandbox starts.


@pytest.mark.skipif(
Expand Down

0 comments on commit 10d4ffb

Please sign in to comment.