mirror of https://github.com/tc39/test262.git
Atomics: reduce startup time allowance
This commit is contained in:
parent
73be21272d
commit
236473769a
|
@ -58,7 +58,7 @@ const i64a = new BigInt64Array(
|
|||
);
|
||||
|
||||
$262.agent.broadcast(i64a.buffer);
|
||||
$262.agent.sleep(500);
|
||||
$262.agent.sleep(100);
|
||||
|
||||
// Agents may be started in any order...
|
||||
const started = [getReport(), getReport(), getReport()];
|
||||
|
|
|
@ -59,7 +59,7 @@ const i32a = new Int32Array(
|
|||
);
|
||||
|
||||
$262.agent.broadcast(i32a.buffer);
|
||||
$262.agent.sleep(500);
|
||||
$262.agent.sleep(100);
|
||||
|
||||
// Agents may be started in any order...
|
||||
const started = [getReport(), getReport(), getReport()];
|
||||
|
|
Loading…
Reference in New Issue