diff options
author | Valery Piashchynski <[email protected]> | 2021-07-14 19:13:09 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-14 19:13:09 +0300 |
commit | 04fde6d8d1a5a88602f8206e0d2c09c4b8346941 (patch) | |
tree | 6792c7711ff6c18374b8587d3df2e4f41f38d76c /pkg/pool | |
parent | 3ce3b5a6e0839e31d2cfb3d3b6fa7f9c6ca2e0af (diff) |
Merge master
Signed-off-by: Valery Piashchynski <[email protected]>
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 a321fdf0..234eec3f 100644 --- a/pkg/pool/supervisor_test.go +++ b/pkg/pool/supervisor_test.go @@ -125,7 +125,7 @@ func TestSupervisedPool_ExecTTL_TimedOut(t *testing.T) { } func TestSupervisedPool_ExecTTL_WorkerRestarted(t *testing.T) { - var cfgExecTTL = Config{ + var cfgExecTTL = &Config{ NumWorkers: uint64(1), Supervisor: &SupervisorConfig{ WatchTick: 1 * time.Second, |