Skip to content

Commit

Permalink
Increase task timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Jan 12, 2024
1 parent 2eccf40 commit b75186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const exec = promisify(origExec)
const readFile = promisify(origReadFile)
const unlink = promisify(origUnlink)

const DEFAULT_TASK_TIMEOUT_MS = 60000
const DEFAULT_TASK_TIMEOUT_MS = 180000
const DEBUG = false
const SUPERDEBUG = false

Expand Down

0 comments on commit b75186d

Please sign in to comment.