25 lines
774 B
Diff
25 lines
774 B
Diff
From e1170fbb7515309a5a27b7945c52f6a4c79e3abf Mon Sep 17 00:00:00 2001
|
|
From: baizg1107 <preloyalwhite@163.com>
|
|
Date: Wed, 2 Mar 2022 16:17:36 +0800
|
|
Subject: [PATCH] fix features incompative
|
|
|
|
---
|
|
features/timeouts.feature | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/features/timeouts.feature b/features/timeouts.feature
|
|
index f05fcd5..40d1f7c 100644
|
|
--- a/features/timeouts.feature
|
|
+++ b/features/timeouts.feature
|
|
@@ -52,6 +52,7 @@ Feature: Wire protocol timeouts
|
|
Scenario: Wired
|
|
Given we're all wired
|
|
Timed out calling wire server with message 'invoke' (Timeout::Error)
|
|
+ /usr/share/ruby/timeout.rb:112:in `timeout'
|
|
features/wired.feature:3:in `Given we're all wired'
|
|
|
|
Failing Scenarios:
|
|
--
|
|
2.27.0
|
|
|