diff options
author | Valery Piashchynski <[email protected]> | 2020-02-26 18:12:40 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-26 18:12:40 +0300 |
commit | 53859e193b89082c83d7a190baa97892075d259c (patch) | |
tree | 7791c8bf6f4d17f349f267c44ffb130edc9cf2b3 /static_pool_test.go | |
parent | 038517ca5e4e8d53614ca406fd2edda306a58875 (diff) |
Test update
Ci remove windows
Diffstat (limited to 'static_pool_test.go')
-rw-r--r-- | static_pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static_pool_test.go b/static_pool_test.go index 1f185f58..ee1bb3de 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -234,7 +234,7 @@ func Test_StaticPool_AllocateTimeout(t *testing.T) { }() // to ensure that worker is already busy - time.Sleep(time.Millisecond * 10) + time.Sleep(time.Millisecond * 1) _, err = p.Exec(&Payload{Body: []byte("10")}) assert.Error(t, err) |