Increased timeout of crouton autodismiss. Added error messaging for failed catalog...
[osm/UI.git] / skyquake / framework / widgets / skyquake_container / skyquakeContainer.jsx
index d53d85f..d83c836 100644 (file)
@@ -106,6 +106,7 @@ export default class skyquakeContainer extends React.Component {
                             type={notificationType}
                             hidden={!(displayNotification && notificationMessage)}
                             onDismiss={SkyquakeContainerActions.hideNotification}
+                            timeout= {5000}
                         />
                         <ScreenLoader show={displayScreenLoader}/>
                         <SkyquakeNav nav={this.state.nav}