Skip to content

Commit e0f0992

Browse files
Ajit Pratap SinghAjit Pratap Singh
authored andcommitted
fix(ci): increase race detector timeout to 120s
The CI environment is slower and times out at 60s. Tests take ~60s on CI vs ~42s locally.
1 parent c01edeb commit e0f0992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tasks:
7979
desc: Run tests with race detection (CRITICAL for production)
8080
cmds:
8181
- echo "Running tests with race detection..."
82-
- CGO_ENABLED=1 go test -race -timeout 60s $(go list ./... | grep -v /cbinding)
82+
- CGO_ENABLED=1 go test -race -timeout 120s $(go list ./... | grep -v /cbinding)
8383

8484
test:cbinding:
8585
desc: Test C binding package (requires CGO)

0 commit comments

Comments
 (0)