Skip to content

Commit d7c52e9

Browse files
committed
waiting only 2 seconds max
1 parent 1cf4009 commit d7c52e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919

2020
const (
2121
AWAIT_DEFAULT_POLL_INTERVAL = 100 * time.Millisecond
22-
AWAIT_DEFAULT_AT_MOST = 5 * time.Second
22+
AWAIT_DEFAULT_AT_MOST = 2 * time.Second
2323
)
2424

2525
func Equals(t *testing.T, exp, act interface{}) {

0 commit comments

Comments
 (0)