Skip to content

Commit ef7c7f9

Browse files
committed
Revert "Fix broken CI. (ruby#12963)"
This reverts commit eb91c66.
1 parent 5593098 commit ef7c7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstraptest/test_fork.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def now = Process.clock_gettime(Process::CLOCK_MONOTONIC)
8484
8585
10.times do
8686
pid = fork{ exit!(0) }
87-
deadline = now + 30
87+
deadline = now + 10
8888
until Process.waitpid(pid, Process::WNOHANG)
8989
if now > deadline
9090
Process.kill(:KILL, pid)

spec/bundler/install/gemfile/git_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204
gem "foo", :git => "#{lib_path("foo-1.0")}", :branch => "deadbeef"
12051205
G
12061206

1207-
expect(err).to match(/deadbeef (not found in upstream origin|does not exist in the repository)/)
1207+
expect(err).to include("Revision deadbeef does not exist in the repository")
12081208
end
12091209
end
12101210

0 commit comments

Comments
 (0)