Commit 0abae9ee authored by Winnie Hellmann's avatar Winnie Hellmann

Raise timeout for Karma tests to 2 seconds

parent 83a0db0c
......@@ -98,7 +98,7 @@ let longRunningTestTimeoutHandle;
beforeEach((done) => {
longRunningTestTimeoutHandle = setTimeout(() => {
done.fail('Test is running too long!');
}, 1000);
}, 2000);
done();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment