Skip to content

Commit aea8588

Browse files
committed
Remove timeout handling from testbed.
1 parent 54ae635 commit aea8588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
# - test_os as a test of system library calls
242242
# - test_bz2 as a simple test of third party libraries
243243
# - test_ctypes as a test of FFI
244-
python -m testbed run --verbose ${{ matrix.testbed-args }} -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
244+
python -m testbed run --verbose ${{ matrix.testbed-args }} -- test --single-process --rerun -W --timeout=-1 test_builtin test_grammar test_os test_bz2 test_ctypes
245245
246246
crossenv-test:
247247
name: Cross-platform env test (${{ matrix.multiarch }})

0 commit comments

Comments
 (0)