Skip to content

Commit

Permalink
test(Kazam): add a 30s timeout because 5s is not enough in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-fontaine committed Oct 11, 2023
1 parent 5bcda34 commit 21beb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/kazam/tests/generate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ describe('kazam', () => {

expect(path.join(baseKazamConfig.output, 'Button.tsx')).toSatisfy(fs.existsSync)
expect(path.join(baseKazamConfig.output, 'Input.tsx')).toSatisfy(fs.existsSync)
}, {
timeout: 30000, // This should not take as long as 30 seconds, but in CI it is very slow
})
})
})

1 comment on commit 21beb8e

@vercel
Copy link

@vercel vercel bot commented on 21beb8e Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.