Skip to content

Commit

Permalink
Correct typo in the timeout (#58381)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldomonation authored Nov 23, 2021
1 parent 557d75d commit 04cb032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/specs-playwright/wp-signup__paid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ skipDescribeIf( isStagingOrProd )(
} );

it( 'Make purchase', async function () {
await cartCheckoutPage.purchase( { timeout: 90 * 100 } );
await cartCheckoutPage.purchase( { timeout: 90 * 1000 } );
} );
} );

Expand Down

0 comments on commit 04cb032

Please sign in to comment.