Skip to content

Commit 46bbd79

Browse files
authored
test: bump timeout
1 parent f4984f3 commit 46bbd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/devtron-install-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('Tracking IPC Events', () => {
128128
return 'handled';
129129
});
130130

131-
await delay(1500); // If some test fails when it shouldn't, try increasing this delay
131+
await delay(3000); // If some test fails when it shouldn't, try increasing this delay
132132
registerDevtronIpc();
133133

134134
mainWindow.webContents.send('test-renderer-on', 'arg1', 'arg2');

0 commit comments

Comments
 (0)