Skip to content

Commit

Permalink
Add cross-mark
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 committed Apr 5, 2023
1 parent 2261421 commit 6d04c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/cloud-build/mockbuild.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Let's start adding cross-marks:
# X
import time
import random

SLEEP = 0
FAIL_RATE = 0.5
FAIL_RATE = 1.0

if SLEEP:
time.sleep(SLEEP)
Expand Down

0 comments on commit 6d04c56

Please sign in to comment.