Fix linkedin pageset for RecreateSKPs bot

Change-Id: I3bb2c63e0e90b36fc784a7db3512719ffeb099a8
Bug: skia:12019
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/410258
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/tools/skp/page_sets/skia_linkedin_desktop.py b/tools/skp/page_sets/skia_linkedin_desktop.py
index fa7552f..6d52311 100644
--- a/tools/skp/page_sets/skia_linkedin_desktop.py
+++ b/tools/skp/page_sets/skia_linkedin_desktop.py
@@ -24,14 +24,7 @@
     self.archive_data_file = 'data/skia_linkedin_desktop.json'
 
   def RunNavigateSteps(self, action_runner):
-    if self.wpr_mode != wpr_modes.WPR_REPLAY:
-      credentials_path=os.path.join(os.path.dirname(os.path.abspath(__file__)),
-                                    'data/credentials.json')
-      linkedin_login.LoginDesktopAccount(action_runner, 'linkedin',
-                                         credentials_path)
-      action_runner.Wait(15)
-    action_runner.Navigate(self.url)
-    action_runner.Wait(15)
+    action_runner.Navigate(self.url, timeout_in_seconds=60)
 
 
 class SkiaLinkedinDesktopPageSet(story.StorySet):