Skip to content

Commit

Permalink
test: rm comment / extend timout for flakey test case
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Jul 9, 2024
1 parent ef4f122 commit 6983d38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion hello-pepr-onschedule/capabilities/onschedule.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ describe("schedule.ts", () => {
)

const { seconds } = delta(want, got)
expect(seconds).toBeLessThan(5)
expect(seconds).toBeLessThan(10)
}, secs(30));
})
3 changes: 0 additions & 3 deletions hello-pepr-store/capabilities/store.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ describe("store.ts", () => {
const applied = await apply(resources)

await untilLogged('"msg":"removeItemAndWait"')
// await sleep(240)
logz = await logs()
// await writeFileSync('./logz.json', JSON.stringify(logz))
})
}, mins(2))
// }, mins(5))

it("key can be written, read, and removed", async () => {
const messages = logz
Expand Down

0 comments on commit 6983d38

Please sign in to comment.