Skip to content

Commit c3afce9

Browse files
committed
chore /4
1 parent 10145f9 commit c3afce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/cts/testServer/timeout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function addRoutes(app: express.Express): void {
106106
app.get('/1/long-wait', (req, res) => {
107107
setTimeout(() => {
108108
res.json({ message: 'OK' });
109-
}, 23000);
109+
}, 8000);
110110
});
111111
}
112112

tests/CTS/client/ingestion/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
{
81-
"testName": "can leave call opened for close to 25s",
81+
"testName": "can leave call opened for a long time",
8282
"autoCreateClient": false,
8383
"steps": [
8484
{

0 commit comments

Comments
 (0)