Skip to content

Commit

Permalink
fix: increase timeout to 10 seconds to test something
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Feb 1, 2024
1 parent 58da086 commit ee7ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function App() {
setTimeout(() => {
setAppReady(true);
setFetchTimestamp(Date.now());
}, 3000);
}, 10000);
});
}

Expand Down

0 comments on commit ee7ac9e

Please sign in to comment.