summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-18 16:33:30 +0300
committerValery Piashchynski <[email protected]>2021-08-18 16:33:30 +0300
commit3c4f5d0b0c2926ba4d802f5e6164eb1e90113e94 (patch)
tree5e8c9c844933987635becf33753cfb516a797fb0
parenta4825d0feb6c4679bdc3a36c8d325ba26f9493a9 (diff)
Increase exec timeout in the TestSupervisedPool_ExecWithDebugMode
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--pkg/pool/supervisor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/supervisor_test.go b/pkg/pool/supervisor_test.go
index 28338ef5..d1b24574 100644
--- a/pkg/pool/supervisor_test.go
+++ b/pkg/pool/supervisor_test.go
@@ -76,7 +76,7 @@ func TestSupervisedPool_ExecWithDebugMode(t *testing.T) {
time.Sleep(time.Second)
for i := 0; i < 100; i++ {
- time.Sleep(time.Millisecond * 100)
+ time.Sleep(time.Millisecond * 500)
_, err = p.Exec(&payload.Payload{
Context: []byte(""),
Body: []byte("foo"),