Skip to content

Commit 9bc8dd9

Browse files
committed
taskfile: Extend acceptance test suite exection to 50 minutes
1 parent 3b944a2 commit 9bc8dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ tasks:
203203
vars:
204204
GO_TEST_RUNNER:
205205
ref: .GO_TEST_RUNNER
206-
CLI_ARGS: '{{.CLI_ARGS}} -run {{.RUN}} -timeout 35m -tags acceptance'
206+
CLI_ARGS: '{{.CLI_ARGS}} -run {{.RUN}} -timeout 50m -tags acceptance'
207207

208208
test:pull-images:
209209
vars:

0 commit comments

Comments
 (0)