Skip to content

Commit

Permalink
reducing waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendong2050 committed Feb 1, 2020
1 parent 444ab20 commit 7b4d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzingandroid/FuzzerEngine/fuzzerengine/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def init_app(self, app_name):
print "launching app under test..."
os.system("adb shell monkey -p " + app_name + " 1")
print "takes a while to complete starting animation ..."
time.sleep(300)
time.sleep(5)

self.bring_app_to_front(self.pkg_name)
time.sleep(5)
Expand Down

0 comments on commit 7b4d903

Please sign in to comment.