mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
increase the time on a context check for audit related tests (#27049)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user