Skip to content

Commit

Permalink
Tests: Shell: Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jan 22, 2024
1 parent fecb5f3 commit 9a0d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal/tests/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_shell_exits_with_expected_message(subtests: SubtestsContext) -> None:
try:
assertEqual(
'4\n',
_py_eval(crystal, '2 + 2', timeout=5.0)) # took >4.0s in Linux CI
_py_eval(crystal, '2 + 2', timeout=10.0)) # took >10.0s in Linux CI
except AssertionError as e:
raise AssertionError(f'{e} Trailing output: {_drain(crystal)!r}')

Expand Down

0 comments on commit 9a0d6b8

Please sign in to comment.