Skip to content

Commit

Permalink
chore: Extend API timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Sep 20, 2024
1 parent 93d4d26 commit 9e98142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const setupKernelWSApi = () => {
websockets.bearer = bearer
}

const request = new Request({ beforeRequest: setupKernelApi })
const request = new Request({ beforeRequest: setupKernelApi, timeout: 60 * 1000 })

const websockets = new WebSockets({ beforeConnect: setupKernelWSApi })

Expand Down

0 comments on commit 9e98142

Please sign in to comment.