Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 5e0c2ed

Browse files
committed
Increase test timeout
1 parent d88afd7 commit 5e0c2ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ end
1616

1717
RSpec::Core::RakeTask.new('ruby:rspec')
1818

19-
Opal::RSpec::RakeTask.new('opal:rspec') do |s|
19+
Opal::RSpec::RakeTask.new('opal:rspec') do |s, task|
2020
s.append_path React::Rails::AssetVariant.new(addons: true).react_directory
2121
s.append_path 'spec/vendor'
2222
s.index_path = 'spec/index.html.erb'
23+
task.timeout = 80000
2324
end
2425

2526
task :test do

0 commit comments

Comments
 (0)