diff --git a/pkg/vm/cli/cli_test.go b/pkg/vm/cli/cli_test.go index 9c28b8ce6..999858647 100644 --- a/pkg/vm/cli/cli_test.go +++ b/pkg/vm/cli/cli_test.go @@ -87,7 +87,7 @@ func (e *executor) runProg(t *testing.T, commands ...string) { }() select { case <-e.ch: - case <-time.After(time.Second): + case <-time.After(2 * time.Second): require.Fail(t, "command took too long time") } }