Fix e2e test_test on darwin amd64 (#1551)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2024-04-25 08:08:14 -04:00 committed by GitHub
parent c90ea9024d
commit 535a705efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ import (
)
func TestMultipleRunBlocks(t *testing.T) {
timeout := time.After(3 * time.Second)
timeout := time.After(5 * time.Second)
type testResult struct {
stdout string
stderr string