Index: openacs-4/packages/proctoring-support/www/resources/proctored-page.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/www/resources/Attic/proctored-page.js,v diff -u -r1.1.2.11 -r1.1.2.12 --- openacs-4/packages/proctoring-support/www/resources/proctored-page.js 6 Oct 2020 17:09:13 -0000 1.1.2.11 +++ openacs-4/packages/proctoring-support/www/resources/proctored-page.js 6 Oct 2020 17:13:29 -0000 1.1.2.12 @@ -107,7 +107,7 @@ if (this.readyState == 4) { if(this.status == 200) { if (this.response == "OK") { - setTimeout(upload); + setTimeout(upload, 1000); } else { location.href = objectURL; }