Skip to content

Commit 8b2a4f3

Browse files
committed
Increased timeout in a test.
1 parent bc0d5fa commit 8b2a4f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/datastore/sync_methods/defineResource.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,9 @@ describe('DS.defineResource(definition)', function () {
352352

353353
setTimeout(function () {
354354
$rootScope.$apply();
355+
DS.digest();
355356
assert.isTrue(user88.organization === org77);
356357
done();
357-
}, 50);
358+
}, 150);
358359
});
359360
});

0 commit comments

Comments
 (0)