Skip to content

Commit c88fe48

Browse files
committed
Update README.md
1 parent 4bc6016 commit c88fe48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
2727

2828
2. Launch and connect to stable version of OpenFin runtime:
2929

30-
desktopConnection.connectToVersion("stable", listener, 10000);
30+
desktopConnection.connectToVersion("stable", listener, 60);
3131

3232
listener is an instance of DesktopStateListener which provides callback on status of connections to runtime. desktopCommandLine is a string of arguments passed to OpenFinRVM.
3333
This example by default passes remote config file for Hello OpenFin app, which will be started as the first app in OpenFin Runtime.

0 commit comments

Comments
 (0)