diff --git a/src/app/items/api/task-proxy.ts b/src/app/items/api/task-proxy.ts index d1212369e..60f44b5b7 100644 --- a/src/app/items/api/task-proxy.ts +++ b/src/app/items/api/task-proxy.ts @@ -227,7 +227,7 @@ export class Task { return this.chan.call({ method: 'task.gradeAnswer', params: [ answer, answerToken ], - timeout: 40000 + timeout: 300000 // 5 min, same as the taskgrader timeout }).pipe( map(result => { if (result.length === 0) throw new Error('task.gradeAnswer returned no arguments');