Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 3093806

Browse files
authored
chore: update timeout to 90 (#850)
1 parent d917703 commit 3093806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/world/SceneWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export class SceneWorker {
319319

320320
sceneEvents.emit(SCENE_LOAD, signalSceneLoad(this.loadableScene))
321321

322-
const WORKER_TIMEOUT = 30_000 // thirty seconds to mars
322+
const WORKER_TIMEOUT = 90_000 // ninety seconds to mars
323323
setTimeout(() => this.onLoadTimeout(), WORKER_TIMEOUT)
324324
}
325325

0 commit comments

Comments
 (0)