Skip to content

Commit c745ae2

Browse files
fix: increase flakey test timeout (#5057)
1 parent 1047591 commit c745ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/runner/pubsub/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestConsumerGroupMembership(t *testing.T) {
112112
// the group properly.
113113
checkGroupMembership("subscriber", "consumeSlow", 1),
114114
func(t testing.TB, ic in.TestContext) {
115-
assert.True(t, time.Since(*deploymentKilledTime) < 3*time.Second, "make sure old deployment was removed from consumer group fast enough")
115+
assert.True(t, time.Since(*deploymentKilledTime) < 10*time.Second, "make sure old deployment was removed from consumer group fast enough")
116116
},
117117

118118
// confirm that each message was consumed successfully

0 commit comments

Comments
 (0)