Skip to content

test: fix flaky test-repl

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-test-repl into master

The timeout is insufficient in CI (failures on Raspberry Pi) and I can reproduce locally (on macOS) with tools/test.py -j 96 --repeat 192 test-repl.

Increase timeout drastically as it only is useful in an error condition.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading