Converted sigverify disable flag to runtime check instead of "cfg" (#799)

This commit is contained in:
pgarg66
2018-07-31 16:54:24 -07:00
committed by GitHub
parent 821e3bc3ca
commit 7c5172a65e
9 changed files with 93 additions and 24 deletions

View File

@ -313,6 +313,7 @@ mod tests {
leader,
exit.clone(),
sink(),
false,
);
sleep(Duration::from_millis(900));
@ -356,6 +357,7 @@ mod tests {
leader,
exit.clone(),
sink(),
false,
);
//TODO: remove this sleep, or add a retry so CI is stable
sleep(Duration::from_millis(300));
@ -410,6 +412,7 @@ mod tests {
leader,
exit.clone(),
sink(),
false,
);
sleep(Duration::from_millis(300));