Skip to content

Commit

Permalink
wip: decrease clouds animation time
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Mar 2, 2023
1 parent 252e2ba commit 789f827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ app.whenReady().then(async () => {
// Timeout to emulate startup loading
// TODO: replace with real initialization
if (process.env.NODE_ENV === 'production') {
await setTimeout(7000)
await setTimeout(5000)
}

// TODO: handle JSON parsing error
Expand Down

0 comments on commit 789f827

Please sign in to comment.