Skip to content

Commit

Permalink
Merge pull request #154 from Schrodinger-Hat/feat/152
Browse files Browse the repository at this point in the history
feat: add 8sec on the polling call for finalising the conversion
  • Loading branch information
TheJoin95 authored Mar 30, 2024
2 parents e65fb35 + 2ea6bf4 commit 114602b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ign-frontend/src/components/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default Vue.component('Demo', {
} else if (jsonResponse.status === 'queued' || jsonResponse.status === 'started') {
setTimeout(() => {
self.pollingAPI(jobId);
}, 800);
}, 8000);
} else {
document.querySelector('.preview').classList.toggle('processing');
console.info('Something went wrong, please retry or write to us!');
Expand Down

0 comments on commit 114602b

Please sign in to comment.