Skip to content

Commit 7902975

Browse files
authored
Update tests.js
1 parent f08b6e9 commit 7902975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/website/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const lsWebsite = (website, auth, path) => {
4040
ava.serial('website empty page results', async t => {
4141
const website = await tests.run(`website create --name ${tests.getName(t.title)} ${commonCreateParams}`);
4242
// TODO: Validate default page according scope
43-
await tests.delay(5); // Workaround for full page startup
43+
await tests.delay(5 * 1000); // Workaround for full page startup
4444
const resp = await tests.get(`http://${website.fqdn}/`).ok(res => [403, 200].includes(res.status));
4545
t.true(resp.text.includes("You don't have permission to access /"));
4646
await tests.remove('website', website);

0 commit comments

Comments
 (0)