Skip to content

Commit eb13572

Browse files
committed
Attempt 3
1 parent a834549 commit eb13572

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/base/reaction.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ test("effect is untracked", () => {
6666
let TIME_AMPLIFIER = 1
6767
if (process.env.CI === "true") {
6868
console.log("Amplifying time")
69+
jest.setTimeout(50 * 1000)
6970
TIME_AMPLIFIER = 10
7071
}
7172

test/base/typescript-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ test("computed setter should succeed", () => {
288288

289289
test("atom clock example", done => {
290290
let ticks = 0
291-
const time_factor = process.env.CI === "true" ? 500 : 50 // speed up / slow down tests
291+
const time_factor = process.env.CI === "true" ? 300 : 50 // speed up / slow down tests
292292

293293
class Clock {
294294
atom: IAtom

0 commit comments

Comments
 (0)