You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-packages/node-integration-tests/utils/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ export class TestEnv {
315
315
resolve(reqCount);
316
316
});
317
317
},
318
-
options.timeout||15_000,// OTEL has a sending interval of 5 seconds. 15 seconds may seem excessive but if CI lags, this has the potential to flake like crazy.
0 commit comments