Increase timeout for conf test + more logging for EventGrid. (#666)
This commit is contained in:
parent
33af2809e2
commit
6a26165f92
|
|
@ -192,7 +192,7 @@ func ConformanceTests(t *testing.T, props map[string]string, inputBinding bindin
|
||||||
select {
|
select {
|
||||||
case <-readChan:
|
case <-readChan:
|
||||||
assert.Greater(t, inputBindingCall, 0)
|
assert.Greater(t, inputBindingCall, 0)
|
||||||
case <-time.After(defaultTimeoutDuration):
|
case <-time.After(config.readBindingTimeout):
|
||||||
assert.Greater(t, inputBindingCall, 0)
|
assert.Greater(t, inputBindingCall, 0)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue