Skip to content

Commit 1137981

Browse files
authored
Bump timeout to 15min
1 parent 0937715 commit 1137981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: |
140140
set -o pipefail
141141
echo "Bench dir: ${{ matrix.package }}"
142-
go test ./... -timeout 600s -benchmem -run=^$ -bench . | tee -a output.txt
142+
go test ./... -timeout 900s -benchmem -run=^$ -bench . | tee -a output.txt
143143
shell: bash
144144
env:
145145
MSSQL_DATABASE: master

0 commit comments

Comments
 (0)