diff --git a/public/react/src/modules/question/Question.js b/public/react/src/modules/question/Question.js index bdb808047..c99957132 100644 --- a/public/react/src/modules/question/Question.js +++ b/public/react/src/modules/question/Question.js @@ -241,7 +241,7 @@ class Question extends Component { this.setState({ booljupyterurls:false, }) - },1000); + },500); if (response === null || response === undefined) { return diff --git a/public/react/src/modules/testpaper/Testpaperlibrary.js b/public/react/src/modules/testpaper/Testpaperlibrary.js index 76b30d2ba..054f0aced 100644 --- a/public/react/src/modules/testpaper/Testpaperlibrary.js +++ b/public/react/src/modules/testpaper/Testpaperlibrary.js @@ -168,7 +168,7 @@ class Testpaperlibrary extends Component { this.setState({ booljupyterurls:false, }) - },1000); + },500); if (response === null || response === undefined) { return