chore: counter should be 20 not 0 :/ (#12555)

This commit is contained in:
Ridhwana 2021-02-03 14:31:41 +02:00 committed by GitHub
parent 4a67d66ec5
commit def4b95616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ export default class DataUpdateScriptController extends Controller {
}
},
);
if (counter > 0) {
if (counter > 20) {
clearInterval(pollForStatus);
this.setErrorBanner(
runAtColumn,