Skip to content

Commit 2434abb

Browse files
authored
test: increasing error_reporting poll timeout for system tests (#187)
1 parent f06d1c3 commit 2434abb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/nodejs-logging-winston/system-test/logging-winston.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ describe('LoggingWinston', () => {
186186
});
187187

188188
describe('ErrorReporting', () => {
189-
const ERROR_REPORTING_POLL_TIMEOUT = 60 * 1000;
189+
const ERROR_REPORTING_POLL_TIMEOUT = WRITE_CONSISTENCY_DELAY_MS;
190190
const errorsTransport = new ErrorsApiTransport();
191191

192192
beforeEach(async function() {
193-
this.timeout(ERROR_REPORTING_POLL_TIMEOUT);
193+
this.timeout(WRITE_CONSISTENCY_DELAY_MS);
194194
});
195195

196196
after(async () => {

0 commit comments

Comments
 (0)