mirror of https://gitee.com/bigwinds/arangodb
Adjusted timing constant in async test.
This commit is contained in:
parent
b46ac15300
commit
b86c9c239b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue