Skip to content

Commit

Permalink
Remove timeout test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kruijsen committed Apr 8, 2013
1 parent 11c2622 commit 7083461
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/zipTest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ assert = require 'assert'
describe 'get zip file from rws', ->

it 'should get the zip file', (done) ->
# this.timeout(10000)
Waterdata.getZip Waterdata.url, ->
done()

Expand Down Expand Up @@ -36,11 +35,3 @@ describe 'convert csv to array', ->
Waterdata.csvToArray dataFile, (error, res) ->
assert.equal typeof(res), 'object'
done()

describe 'the whole process', ->
it 'should not time out', (done) ->
Location.connect('mongodb://localhost:27017/waterstanden-test')
this.timeout 10000
Waterdata.processWaterdata ->
Location.db.close()
done()

0 comments on commit 7083461

Please sign in to comment.