Skip to content

Commit

Permalink
increase thread-init-timeout, because of infrequent errors on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 8, 2023
1 parent 28861d9 commit 8b35465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
#if: contains(inputs.os,'windows')
name: test-${{matrix.db}}
env:
COMMON_SYSBENCH_PARAMS: ${{ matrix.db == 'postgres' && '--db-driver=pgsql --pgsql-password=sbtest' || '--mysql-user=root --mysql-socket=/tmp/mysql.sock'}} --time=30 --table-size=1000000 --report-interval=1 --histogram
COMMON_SYSBENCH_PARAMS: ${{ matrix.db == 'postgres' && '--db-driver=pgsql --pgsql-password=sbtest' || '--mysql-user=root --mysql-socket=/tmp/mysql.sock'}} --time=30 --table-size=1000000 --report-interval=1 --thread-init-timeout=60 --histogram

steps:
- name: Download build
Expand Down

0 comments on commit 8b35465

Please sign in to comment.