mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
Fix e2e test_test on darwin amd64 (#1551)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
c90ea9024d
commit
535a705efe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user