mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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) {
|
func TestMultipleRunBlocks(t *testing.T) {
|
||||||
timeout := time.After(3 * time.Second)
|
timeout := time.After(5 * time.Second)
|
||||||
type testResult struct {
|
type testResult struct {
|
||||||
stdout string
|
stdout string
|
||||||
stderr string
|
stderr string
|
||||||
|
Loading…
Reference in New Issue
Block a user