Skip to content

Commit b1258da

Browse files
committed
Bump timeout to 20 sec
1 parent 1637aaa commit b1258da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func Test_Server(t *testing.T) {
176176
}
177177

178178
select {
179-
case <-time.After(10 * time.Second):
179+
case <-time.After(20 * time.Second):
180180
t.Fatal("error wait time out")
181181
case err := <-errch:
182182
if want, got := fmt.Sprintf("host root %s was removed", hostRoot), err.Error(); want != got {

0 commit comments

Comments
 (0)