Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 13, 2023
1 parent a61f788 commit 39b2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/user.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ describe('userLoginPost', function () {
})

it('should not create new users once date is after NEXT_PUBLIC_W3UP_LAUNCH_LIMITED_AVAILABILITY_START', async function () {
if ( ! process.env.CI_DONT_ACCOMODATE_LONG_TESTS) {
if (!process.env.CI_DONT_ACCOMODATE_LONG_TESTS) {
// this times out on CI in the default 5 seconds.
// It's not surprising this may take some time, since it relies on creating a whole new miniflare server.
this.timeout(60 * 1000)
Expand Down

0 comments on commit 39b2f99

Please sign in to comment.