mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
fix: e2e test returns false positive due to test timing (request finished to early)
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ const helpers = {
|
||||
}
|
||||
return true;
|
||||
},
|
||||
getAbortDelay: function () { return 10; },
|
||||
getAbortDelay: function () { return 0; },
|
||||
};
|
||||
|
||||
const messageFactory = {
|
||||
|
||||
Reference in New Issue
Block a user