fix: loadtest/reconnectingpty tweak timeout (#5300)

* flaky

* fix: load test increase timeout

* Remove flaky

* Improvement

* only Linux

* WaitSuperLong

* Fix

* Try longer

* Try: sleep 120
This commit is contained in:
Marcin Tojek
2022-12-06 14:40:38 +01:00
committed by GitHub
parent 03328d4f6d
commit 84872d970d
3 changed files with 23 additions and 26 deletions

View File

@ -7,9 +7,10 @@ import "time"
// Constants for timing out operations, usable for creating contexts
// that timeout or in require.Eventually.
const (
WaitShort = 5 * time.Second
WaitMedium = 10 * time.Second
WaitLong = 15 * time.Second
WaitShort = 5 * time.Second
WaitMedium = 10 * time.Second
WaitLong = 15 * time.Second
WaitSuperLong = 60 * time.Second
)
// Constants for delaying repeated operations, e.g. in