Increase wait time for spreadsheetdashed pageset
BUG=skia:3049 TBR= NOTRY=true Review URL: https://codereview.chromium.org/692843002
This commit is contained in:
parent
3e4234c416
commit
fec29ecce8
@ -19,6 +19,10 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
||||
self.archive_data_file = 'data/skia_googlespreadsheetdashed_desktop.json'
|
||||
self.credentials = 'google'
|
||||
|
||||
def RunNavigateSteps(self, action_runner):
|
||||
action_runner.NavigateToPage(self)
|
||||
action_runner.Wait(15)
|
||||
|
||||
|
||||
class SkiaGooglespreadsheetdashedDesktopPageSet(page_set_module.PageSet):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user