increase the time on a context check for audit related tests (#27049)

This commit is contained in:
Peter Wilson
2024-05-15 17:52:07 +01:00
committed by GitHub
parent 5a1c454a56
commit 60cb7a9230

View File

@@ -186,7 +186,7 @@ func TestBroker_isContextViable_timeouts(t *testing.T) {
expected: false, // Expected as a near miss
},
"same-deadline-plus": {
timeout: timeout + 5*time.Millisecond,
timeout: timeout + 100*time.Millisecond,
expected: true,
},
"2x-longer-deadline": {