diff options
author | Valery Piashchynski <[email protected]> | 2021-01-24 14:26:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-24 14:26:53 +0300 |
commit | 597a8338be25490f9c8d17f81253303c41113e83 (patch) | |
tree | 08dcafa38b1b3ae9d3eab53228968d2f8707f5dd /pkg/pool | |
parent | e39ac9dec36cd4520ff2629e5824ab496cc64972 (diff) |
TestSupervisedPool_MaxMemoryReached increase time for the GHA to
reconstruct a worker
Diffstat (limited to 'pkg/pool')
-rw-r--r-- | pkg/pool/supervisor_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/supervisor_test.go b/pkg/pool/supervisor_test.go index 58f63b7e..a058bd36 100644 --- a/pkg/pool/supervisor_test.go +++ b/pkg/pool/supervisor_test.go @@ -236,6 +236,6 @@ func TestSupervisedPool_MaxMemoryReached(t *testing.T) { assert.Empty(t, resp.Body) assert.Empty(t, resp.Context) - time.Sleep(time.Second * 2) + time.Sleep(time.Second * 5) assert.NotEqual(t, pid, p.Workers()[0].Pid()) } |