Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Oct 11, 2023
1 parent 183c064 commit f6df578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot-modeling.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class BotModeling extends LitElement {
canvasContainer.appendChild(overelay);
}
}
}, 300);
}, 500);
}
insertUsageButton() {
const firstButtonCol = document.querySelector(
Expand Down

0 comments on commit f6df578

Please sign in to comment.