Skip to content

Commit 941f872

Browse files
committed
Update logo timing for "sbase" / "seleniumbase"
1 parent 310a9f9 commit 941f872

File tree

1 file changed

+1
-1
lines changed
  • seleniumbase/console_scripts

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def show_basic_usage():
5757
seleniumbase_logo = logo_helper.get_seleniumbase_logo()
5858
print(seleniumbase_logo)
5959
print()
60-
time.sleep(0.16) # Enough time to see the logo
60+
time.sleep(0.25) # Enough time to see the logo
6161
show_package_location()
6262
show_version_info()
6363
print()

0 commit comments

Comments
 (0)