Skip to content

Commit 1ff20cc

Browse files
author
Gabriel Monroy
committed
fix(tests): take a nap after fleet restart
1 parent 555c50a commit 1ff20cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/tags_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"os/exec"
88
"strings"
99
"testing"
10+
"time"
1011

1112
"github.com/deis/deis/tests/utils"
1213
)
@@ -65,4 +66,6 @@ func configFleetMetadata(t *testing.T, cfg *utils.DeisTestConfig) {
6566
if err != nil {
6667
t.Fatal(out, err)
6768
}
69+
// take a nap while fleet restarts
70+
time.Sleep(5000 * time.Millisecond)
6871
}

0 commit comments

Comments
 (0)