Skip to content

Commit 8b52782

Browse files
committed
Descrease longrunning sleep timeout
1 parent 0b89f7e commit 8b52782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/servinge2e/servicemesh/longrunning/timeout_test.go

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

1717
const (
1818
routeTimeout = "800"
19-
sleepTime = 630000
19+
sleepTime = 610000
2020
)
2121

2222
func TestTimeoutForLongRunningRequests(t *testing.T) {

0 commit comments

Comments
 (0)