Skip to content

Commit

Permalink
deal with more time moving in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed May 23, 2024
1 parent 19dbfa6 commit 41890e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/toaster/test/migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beforeAll(async () => {
})
})
test('toaster migration', async () => {
const testEnv = await TestWorkflowEnvironment.createTimeSkipping()
const testEnv = await TestWorkflowEnvironment.createLocal()
let prevRunId: string

const prevWorkflowConfig: WorkerOptions = {
Expand Down Expand Up @@ -50,7 +50,7 @@ test('toaster migration', async () => {
prevWorkflowRun,
(snapshot) => snapshot.state === 'OFF'
)
const timerDuration = 5000
const timerDuration = 500_000
await prevWorkflowRun.signal('set-toast-time', {
duration: timerDuration,
})
Expand Down

0 comments on commit 41890e7

Please sign in to comment.