aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/dbus/dbus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/dbus/dbus_test.go')
-rw-r--r--internal/dbus/dbus_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/dbus/dbus_test.go b/internal/dbus/dbus_test.go
index 5d6e4c40..f6175567 100644
--- a/internal/dbus/dbus_test.go
+++ b/internal/dbus/dbus_test.go
@@ -65,13 +65,13 @@ func TestProxyStartWaitCloseString(t *testing.T) {
}
const (
- stubProxyTimeout = 5 * time.Second
+ stubProxyTimeout = 15 * time.Second
)
func testProxyFinaliseStartWaitCloseString(t *testing.T, useSandbox bool) {
{
oldWaitDelay := helper.WaitDelay
- helper.WaitDelay = 16 * time.Second
+ helper.WaitDelay = 30 * time.Second
t.Cleanup(func() { helper.WaitDelay = oldWaitDelay })
}