Skip to content

Commit f15d736

Browse files
committed
Update timing for the console scripts display
1 parent a4242fa commit f15d736

File tree

1 file changed

+2
-1
lines changed
  • seleniumbase/console_scripts

1 file changed

+2
-1
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ def show_basic_usage():
7575
seleniumbase_logo = logo_helper.get_seleniumbase_logo()
7676
print(seleniumbase_logo)
7777
print("")
78-
time.sleep(0.25) # Enough time to see the logo
78+
time.sleep(0.28) # Enough time to see the logo
7979
show_package_location()
8080
show_version_info()
8181
print("")
82+
time.sleep(0.72) # Enough time to see the version
8283
sc = ""
8384
sc += ' * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"\n'
8485
sc += ' * OR: "sbase [COMMAND] [PARAMETERS]"\n'

0 commit comments

Comments
 (0)