Skip to content

Commit a96cfcb

Browse files
authored
Use --slow-ci on Android (#628)
1 parent 85f6a0e commit a96cfcb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

master/custom/factories.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,14 +1245,10 @@ def setup(self, **kwargs):
12451245
Test(
12461246
command=[
12471247
android_py, "test", "--managed", "maxVersion", "-v", "--",
1248-
"-uall", "--single-process", "--rerun", "-W",
1248+
"--slow-ci", "--single-process", "--no-randomize",
12491249
],
12501250
timeout=step_timeout(self.test_timeout),
12511251
),
1252-
ShellCommand(
1253-
name="Clean",
1254-
command=[android_py, "clean"],
1255-
),
12561252
])
12571253

12581254
@util.renderer

0 commit comments

Comments
 (0)