Skip to content

Commit 53ce8cd

Browse files
Remove global timeout, rely on per-test 60s timeouts
1 parent d81d37f commit 53ce8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cd "$(dirname "$0")"
4343
echo "=== Running Go SDK E2E Tests ==="
4444
echo
4545

46-
go test -v ./... -timeout 90s
46+
go test -v ./...
4747

4848
echo
4949
echo "✅ All tests passed!"

0 commit comments

Comments
 (0)