Skip to content

Commit d3b073e

Browse files
committed
Fix test workflow (#25)
1 parent d341976 commit d3b073e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-dev.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: Run tests
4545
run: |
4646
echo "Running tests"
47-
./test/functional/test_runner.py --ci -j$(nproc) --failfast
48-
47+
./test/functional/test_runner.py --ci -j$(nproc) --timeout-factor=60 --failfast --ansi --combinedlogslen=4000
4948
5049
- name: Publish artifact - linux
5150
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)