diff --git a/.DS_Store b/.DS_Store index 2bf305b..ea6f93d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/src/components/AppBar.js b/src/components/AppBar.js index 8f86ed6..ace6372 100644 --- a/src/components/AppBar.js +++ b/src/components/AppBar.js @@ -158,7 +158,7 @@ function HarmonyAppBar() { - + {/* - + */} Model diff --git a/src/contexts/DataContext.js b/src/contexts/DataContext.js index cd114e6..f5c4684 100644 --- a/src/contexts/DataContext.js +++ b/src/contexts/DataContext.js @@ -158,14 +158,14 @@ export function DataProvider({ children }) { const getVersion = useCallback(() => { return retryableGetData({ url: process.env.REACT_APP_API_VERSION, - timeout: 2500, + timeout: 10000, }).then((data) => data.harmony_version || "unknown"); }, []); const getModels = useCallback(() => { return retryableGetData({ url: process.env.REACT_APP_API_MODELS, - timeout: 2500, + timeout: 10000, }); }, []);