@@ -114,6 +114,9 @@ export default {
) {
return;
}
+ if (this.testing) {
+ return;
+ }
this.testing = true;
const deployId = this.projectDetail.latestDeploy.id;
const { homeworkId, projectId } = this.$route.params;