Skip to content

Commit 197859c

Browse files
committed
Decrease timeout
1 parent b71c548 commit 197859c

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
@@ -18,7 +18,7 @@ import (
1818
const (
1919
routeTimeout = "800"
2020
requestTimeout = 800
21-
sleepTime = 610000
21+
sleepTime = 120000
2222
)
2323

2424
func TestTimeoutForLongRunningRequests(t *testing.T) {

0 commit comments

Comments
 (0)