We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10145f9 commit c3afce9Copy full SHA for c3afce9
scripts/cts/testServer/timeout.ts
@@ -106,7 +106,7 @@ function addRoutes(app: express.Express): void {
106
app.get('/1/long-wait', (req, res) => {
107
setTimeout(() => {
108
res.json({ message: 'OK' });
109
- }, 23000);
+ }, 8000);
110
});
111
}
112
tests/CTS/client/ingestion/api.json
@@ -78,7 +78,7 @@
78
]
79
},
80
{
81
- "testName": "can leave call opened for close to 25s",
+ "testName": "can leave call opened for a long time",
82
"autoCreateClient": false,
83
"steps": [
84
0 commit comments