diff options
Diffstat (limited to 'internal/helper/helper_test.go')
| -rw-r--r-- | internal/helper/helper_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/helper_test.go b/internal/helper/helper_test.go index dae098b8..a44d5ede 100644 --- a/internal/helper/helper_test.go +++ b/internal/helper/helper_test.go @@ -56,7 +56,7 @@ const ( // this function tests an implementation of the helper.Helper interface func testHelper(t *testing.T, createHelper func(ctx context.Context, setOutput func(stdoutP, stderrP *io.Writer), stat bool) helper.Helper) { oldWaitDelay := helper.WaitDelay - helper.WaitDelay = 16 * time.Second + helper.WaitDelay = 30 * time.Second t.Cleanup(func() { helper.WaitDelay = oldWaitDelay }) t.Run("start helper with status channel and wait", func(t *testing.T) { |
