Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
Increase timeout in tests for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Feb 24, 2016
1 parent 56842a3 commit 35e980a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/binary_tests.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ describe "Binaries", ->
done()

it "When I post an attachment with a complex name", (done) ->
@timeout 5000
path = "data/321/binaries/"
file = "./tests/fixtures/test.png"
name = name: "Drôle de fichier ひらが envoyé.png"
Expand Down Expand Up @@ -493,4 +494,4 @@ describe "Binary not linked to a document (automatic deletion)", ->
should.not.exist bin.error
helpers.stopApp () ->
done()
, 1000
, 1000

0 comments on commit 35e980a

Please sign in to comment.