Skip to content

Commit 546f027

Browse files
committed
fix spec
1 parent 7e0393e commit 546f027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/SDKConnectV2/adapters/host-application-adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('HostApplicationAdapter', () => {
8181
expect(showSimpleNotification).toHaveBeenCalledTimes(1);
8282
expect(showSimpleNotification).toHaveBeenCalledWith({
8383
id: 'session-123',
84-
autodismiss: 8000,
84+
autodismiss: 10000,
8585
title: 'sdk_connect_v2.show_loading.title',
8686
description: 'sdk_connect_v2.show_loading.description',
8787
status: 'pending',

0 commit comments

Comments
 (0)