fix: e2e test returns false positive due to test timing (request finished to early)

This commit is contained in:
Sefa Ilkimen
2021-03-24 06:54:59 +01:00
parent 81ba667e37
commit d7688b485d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ const helpers = {
}
return true;
},
getAbortDelay: function () { return 10; },
getAbortDelay: function () { return 0; },
};
const messageFactory = {