Skip to content

Commit

Permalink
tap setTimeout update
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 committed Nov 22, 2023
1 parent 19d0689 commit f499d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/e2e-realtime-api/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const createTestRunner = ({
console.error(`Test Runner ${name} ran out of time (${executionTime})`)
process.exit(2)
}, executionTime)
tap.setTimeout(executionTime)
}

const done = (exitCode: number) => {
Expand All @@ -86,7 +87,6 @@ export const createTestRunner = ({
call_relay_context: `d-app-ctx-${uuid}`,
})
}
tap.setTimeout(executionTime)
const exitCode = await testHandler(params)
if (params.domainApp) {
console.log('Delete domain app..')
Expand Down

0 comments on commit f499d21

Please sign in to comment.