mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
test: bump timeout from TestAccountReloadServiceImportPanic
It can take slightly longer in a testing environment. Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
@@ -3618,7 +3618,7 @@ func TestAccountReloadServiceImportPanic(t *testing.T) {
|
||||
wg.Wait()
|
||||
|
||||
totalRequests := requests.Load()
|
||||
checkFor(t, 10*time.Second, 250*time.Millisecond, func() error {
|
||||
checkFor(t, 20*time.Second, 250*time.Millisecond, func() error {
|
||||
resp := responses.Load()
|
||||
if resp == totalRequests {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user