Skip to content

Commit 0381800

Browse files
committed
Bump timeout to make test more resilient on CI
1 parent dae808b commit 0381800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/campaigns/executor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func TestExecutor_Integration(t *testing.T) {
141141
Timeout: tc.executorTimeout,
142142
}
143143
if opts.Timeout == 0 {
144-
opts.Timeout = 5 * time.Second
144+
opts.Timeout = 30 * time.Second
145145
}
146146

147147
executor := newExecutor(opts, client, featuresAllEnabled())

0 commit comments

Comments
 (0)