Skip to content

Commit 432466a

Browse files
author
Kevin Paulisse
committed
Provide additional time for this task to fail
1 parent 5f7e77a commit 432466a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/octocatalog-diff/tests/util/parallel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def validate(arg, _logger = nil)
227227
it 'should kill other tasks when a validator method fails' do
228228
class Foo
229229
def one(arg, _logger = nil)
230-
sleep 1
230+
sleep 10
231231
'one ' + arg
232232
end
233233

0 commit comments

Comments
 (0)