Skip to content

Commit

Permalink
Make sure we don't hit the global timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Feb 16, 2024
1 parent 4d7c9c4 commit e582c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-src/tasks/verify.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ describe('verifyBuild', () => {
.mockReturnValueOnce({ app: { build: publishedBuild } })
.mockReturnValueOnce({ app: { build: publishedBuild } })
.mockReturnValueOnce({ app: { build: publishedBuild } })
.mockReturnValueOnce({ app: { build: publishedBuild } })
// We can safely poll three times without hitting the timeout
.mockReturnValueOnce({ app: { build: { ...publishedBuild, upgradeBuilds: completed } } })
.mockReturnValueOnce({ app: { build: { ...publishedBuild, upgradeBuilds: completed } } })
Expand Down

0 comments on commit e582c43

Please sign in to comment.