chore(build): fix flakiness of the element probe global test

This commit is contained in:
mlaval
2015-11-26 19:38:14 +01:00
committed by Jeremy Elbourn
parent 62c2ed7c43
commit fb16c39496
4 changed files with 4 additions and 4 deletions
@@ -68,7 +68,7 @@ export function main() {
async.done();
});
}), 10000);
}), 1000);
}
});
}