Skip to content

Commit

Permalink
increase timeout for contentImport
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Jul 17, 2024
1 parent 3f32f99 commit 2c1a465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/remix-ide/src/remixEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export class RemixEngine extends Engine {
if (name === 'fileManager') return { queueTimeout: 60000 * 20 }
if (name === 'solcoder') return { queueTimeout: 60000 * 2 }
if (name === 'cookbookdev') return { queueTimeout: 60000 * 3 }
if (name === 'contentImport') return { queueTimeout: 60000 * 3 }

return { queueTimeout: 10000 }
}

Expand Down

0 comments on commit 2c1a465

Please sign in to comment.