1
0
Fork 0

Adjusted timing constant in async test.

This commit is contained in:
Dan Larkin 2017-04-28 17:32:59 -04:00
parent b46ac15300
commit b86c9c239b
1 changed files with 1 additions and 2 deletions

View File

@ -565,7 +565,7 @@ function ReplicationSuite() {
}); });
// intentionally delay the transaction // intentionally delay the transaction
wait(0.75, false); wait(3.0, false);
} }
}, },
params: { params: {
@ -590,7 +590,6 @@ function ReplicationSuite() {
require("@arangodb/tasks").get(state.task); require("@arangodb/tasks").get(state.task);
// task exists // task exists
connectToSlave(); connectToSlave();
internal.wait(0.5, false);
return "wait"; return "wait";
} catch (err) { } catch (err) {
// task does not exist. we're done // task does not exist. we're done