We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe1963 commit e5cfcfeCopy full SHA for e5cfcfe
test/specs/ci/test.e2e.ts
@@ -143,7 +143,7 @@ describe('Splash screen tests', () => {
143
// after docker containers are downloaded and the node is started, the node should be online
144
// await expect(await $('div*=Online')).toBeDisplayed();
145
// await expect(await $('div*=')).toBeDisplayed();
146
- }).timeout(120000); // wait 3 minutes for the node to download & start
+ }).timeout(240000); // wait 6 minutes for the node to download & start
147
}
148
});
149
0 commit comments