diff options
Diffstat (limited to 'tests/e2e/lifecycle_test.go')
| -rw-r--r-- | tests/e2e/lifecycle_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/e2e/lifecycle_test.go b/tests/e2e/lifecycle_test.go index b6c001b..6cff0c8 100644 --- a/tests/e2e/lifecycle_test.go +++ b/tests/e2e/lifecycle_test.go @@ -10,7 +10,7 @@ import ( ) func waitForPids(t *testing.T, pidsDir string, expectedCount int) { - timeout := time.After(5 * time.Second) + timeout := time.After(10 * time.Second) tick := time.NewTicker(100 * time.Millisecond) defer tick.Stop() @@ -38,7 +38,7 @@ func waitForPids(t *testing.T, pidsDir string, expectedCount int) { } func waitForLifecycle(t *testing.T, binaryPath, runtimeDir, profile string, expectedActive bool) { - timeout := time.After(5 * time.Second) + timeout := time.After(10 * time.Second) tick := time.NewTicker(100 * time.Millisecond) defer tick.Stop() |
