Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Increase wait period in resume routine
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed May 4, 2023
1 parent 835600c commit 9cc2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS4Windows/DS4Forms/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ private void PowerEventArrive(object sender, EventArrivedEventArgs e)
//Thread.Sleep(60000);
//App.rootHub.Start();

Task startupTask = Task.Delay(120000).ContinueWith(t =>
Task startupTask = Task.Delay(150000).ContinueWith(t =>
{
App.rootHub.Start();
});
Expand Down

0 comments on commit 9cc2418

Please sign in to comment.