Skip to content

Commit

Permalink
chor: increase go test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 12, 2024
1 parent ae3a2de commit c061165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
cd "$d"
echo "Bench dir: $d"
go test ./... -v -benchmem -run=^$ -bench . | tee -a ../output.txt
go test ./... -timeout 120s -v -benchmem -run=^$ -bench . | tee -a ../output.txt
cd ..
done
shell: bash
Expand Down

0 comments on commit c061165

Please sign in to comment.