We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ae635 commit aea8588Copy full SHA for aea8588
.github/workflows/ci.yaml
@@ -241,7 +241,7 @@ jobs:
241
# - test_os as a test of system library calls
242
# - test_bz2 as a simple test of third party libraries
243
# - 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
+ 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
245
246
crossenv-test:
247
name: Cross-platform env test (${{ matrix.multiarch }})
0 commit comments