We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fb58a commit a18f763Copy full SHA for a18f763
test/e2e/scenario_subscribe_test.go
@@ -200,7 +200,7 @@ func TestFunctionSubscribeEvents(t *testing.T) {
200
}
201
waitChan <- true
202
}()
203
- time.Sleep(2 * time.Second)
+ time.Sleep(10 * time.Second)
204
205
// Invoke Producer func to force Event A to be emitted. The event should be received by func
206
testhttp.TestGet(t, funcSubTest.FuncProducerUrl+"?type="+funcSubTest.SubscribeToEventType+"&message=EVENT_A_CATCH_ME")
0 commit comments