Skip to content

Commit e5cfcfe

Browse files
committed
wait 6m for node to start in ci
1 parent 5fe1963 commit e5cfcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/ci/test.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('Splash screen tests', () => {
143143
// after docker containers are downloaded and the node is started, the node should be online
144144
// await expect(await $('div*=Online')).toBeDisplayed();
145145
// await expect(await $('div*=')).toBeDisplayed();
146-
}).timeout(120000); // wait 3 minutes for the node to download & start
146+
}).timeout(240000); // wait 6 minutes for the node to download & start
147147
}
148148
});
149149

0 commit comments

Comments
 (0)