increase order filter test before all timeout

This commit is contained in:
Ron Rennick 2021-04-19 14:49:35 -03:00
parent 682e6bd003
commit a76b95e3dd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const runOrderStatusFiltersTest = () => {
await createSimpleOrder(orderStatus.cancelled.description.text);
await createSimpleOrder(orderStatus.refunded.description.text);
await createSimpleOrder(orderStatus.failed.description.text);
}, 40000);
}, 60000);
afterAll( async () => {
// Make sure we're on the all orders view and cleanup the orders we created