Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ensure loading state is displayed
  • Loading branch information
ShMcK committed Feb 2, 2020
commit f6b0bdaafc6b6a8035fe63f2e92fac4036e7c986
2 changes: 1 addition & 1 deletion web-app/src/components/ProcessMessages/TestMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const durations = {
success: 1000,
warning: 4500,
error: 4500,
loading: Infinity,
loading: 300000,
}

const useTimeout = ({ duration, key }: { duration: number; key: string }) => {
Expand Down