Skip to content

Commit

Permalink
chore(xod-client-electron): enlarge timeout for waiting element in th…
Browse files Browse the repository at this point in the history
…e spectron
  • Loading branch information
brusherru committed Oct 10, 2018
1 parent b58bb2a commit f2ecaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xod-client-electron/test-func/pageObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function findProjectBrowser(client) {

function assertProjectIsOpened(client, projectName) {
const selector = `.PatchGroup__trigger.my .patch-group-trigger[data-id="${projectName}"`;
return assert.eventually.isTrue(client.waitForExist(selector, 10000));
return assert.eventually.isTrue(client.waitForExist(selector, 15000));
}

function clickAddPatch(client) {
Expand Down

0 comments on commit f2ecaaa

Please sign in to comment.