Skip to content

Commit 2895e1a

Browse files
committed
Increased test timeout
1 parent 9c7cd44 commit 2895e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pipeline:
77
image: golang:latest
88
commands:
99
- go build
10-
- go test -v ./... -race
10+
- go test -timeout 20m -v ./... -race
1111
secrets: [TEST_USERNAME, TEST_PASSWORD]

0 commit comments

Comments
 (0)