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