Skip to content

Commit

Permalink
adjust race time
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Nov 7, 2024
1 parent ab1e452 commit e4c63f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bin/go_core_race_tests
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -ex
OUTPUT_FILE=${OUTPUT_FILE:-"./output.txt"}
TIMEOUT="${TIMEOUT:-20s}"
COUNT="${COUNT:-8}"
TIMEOUT="${TIMEOUT:-15s}"
COUNT="${COUNT:-5}"

echo "Failed tests and panics: ---------------------"
echo ""
Expand Down

0 comments on commit e4c63f6

Please sign in to comment.