Skip to content

Commit 57fec5b

Browse files
authored
Fix test workflow (#25)
1 parent 746d4e5 commit 57fec5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-dev.yml

Lines changed: 1 addition & 2 deletions
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)