We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746d4e5 commit 57fec5bCopy full SHA for 57fec5b
1 file changed
.github/workflows/build-dev.yml
@@ -44,8 +44,7 @@ jobs:
44
- name: Run tests
45
run: |
46
echo "Running tests"
47
- ./test/functional/test_runner.py --ci -j$(nproc) --failfast
48
-
+ ./test/functional/test_runner.py --ci -j$(nproc) --timeout-factor=60 --failfast --ansi --combinedlogslen=4000
49
50
- name: Publish artifact - linux
51
uses: actions/upload-artifact@v4
0 commit comments