Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(test): give post-deploy test a little more time
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 26, 2021
1 parent 8e9c6da commit 03d255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/post-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ createTargets().forEach((target) => {
.catch((e) => {
throw e;
});
}).timeout(20000);
}).timeout(50000);

it('/feed/ Redirect', async () => {
const qs = '?owner=adobe&repo=theblog&ref=34e880537c4bb787cdc6df0b71fcf76cc496bca5&path=/tags/news/feed/';
Expand Down

0 comments on commit 03d255c

Please sign in to comment.