Skip to content

Commit

Permalink
increase timeout after setInputValues for CircleCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kant01ne committed Nov 30, 2020
1 parent a7bddd7 commit 03cad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.js
Expand Up @@ -146,7 +146,7 @@ export async function getGeneralError(page) {
inputNode.blur();
})
}, {fields, ST_ROOT_SELECTOR});
return await new Promise(r => setTimeout(r, 310)); // Make sure to wait for validators.
return await new Promise(r => setTimeout(r, 400)); // Make sure to wait for validators.
}

export async function clearBrowserCookies (page) {
Expand Down

0 comments on commit 03cad2e

Please sign in to comment.