不要怂,就是干,撸起袖子干!

Commit 125143bb by Sascha Depold

fixed tests

1 parent b9d8b61e
Showing with 2 additions and 2 deletions
...@@ -199,7 +199,7 @@ describe('DAO', function() { ...@@ -199,7 +199,7 @@ describe('DAO', function() {
updatedAt = user.updatedAt updatedAt = user.updatedAt
expect(updatedAt.getTime()).toBeGreaterThan(now) expect(updatedAt.getTime()).toBeGreaterThan(now)
done() done()
}, 10) }, 1000)
}) })
Helpers.async(function(done) { Helpers.async(function(done) {
...@@ -208,7 +208,7 @@ describe('DAO', function() { ...@@ -208,7 +208,7 @@ describe('DAO', function() {
expect(updatedAt.getTime()).toBeLessThan(user.updatedAt.getTime()) expect(updatedAt.getTime()).toBeLessThan(user.updatedAt.getTime())
done() done()
}) })
}, 10) }, 1000)
}) })
}) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!