Skip to content

Commit

Permalink
Longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Dec 3, 2017
1 parent c2fa477 commit be8329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Subgraph.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ describe 'NoFlo Graph component', ->
chai.expect(network.processes).not.to.be.empty
chai.expect(network.processes.Sub).to.exist
done()
, 10
, 100
graph.addNode 'Sub', 'foo/AB2'
graph.addNode 'Split', 'Split'
graph.addEdge 'Sub', 'out', 'Split', 'in'
Expand Down

0 comments on commit be8329b

Please sign in to comment.