Skip to content

Commit

Permalink
fix(tests): Smaller timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
junajan committed Sep 14, 2016
1 parent e3f1654 commit c16edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/integration/product-type-importer.spec.coffee
Expand Up @@ -73,7 +73,7 @@ describe 'ProductTypeImporter', ->

beforeEach ->
# increase timeout so we will have time to delete all previous product types
this.timeout 1000000
this.timeout 60000

sphereClient.productTypes
.perPage(50)
Expand Down

0 comments on commit c16edff

Please sign in to comment.