Skip to content

Commit 2db7b17

Browse files
authored
test/xds: increase default test timeout (#6498)
1 parent 8f496b2 commit 2db7b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xds/xds_client_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func Test(t *testing.T) {
4444
}
4545

4646
const (
47-
defaultTestTimeout = 5 * time.Second
47+
defaultTestTimeout = 10 * time.Second
4848
defaultTestShortTimeout = 10 * time.Millisecond // For events expected to *not* happen.
4949
)
5050

0 commit comments

Comments
 (0)