Skip to content

Commit

Permalink
🐛 Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetreayush committed Jun 7, 2024
1 parent 4caf2dc commit 3ee4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function App() {
state
)}&client_id=${encodeURI(client_id)}${encodeURI(oidc_nonce)}`
);
}, 3000);
}, 15000);

return;
} catch (e) {
Expand Down

0 comments on commit 3ee4063

Please sign in to comment.