Skip to content

Commit f63cc2a

Browse files
phlogistonjohnobnoxxx
authored andcommitted
integration tests: allow a few more retries
When run locally some of the tests were timing out just before they were ready. Increase the amount of time we allow for retrying smb connections. For tests that already pass this shouldn't have any effect. Signed-off-by: John Mulligan <[email protected]>
1 parent c3eba20 commit f63cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/share_access_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
loginTestTimeout = 10 * time.Second
18+
loginTestTimeout = 30 * time.Second
1919
loginTestInterval = 500 * time.Millisecond
2020
)
2121

0 commit comments

Comments
 (0)