Skip to content

Commit a1e05ae

Browse files
author
Dmitry Sidnev
committed
Fix delay argument in test
1 parent ff81f88 commit a1e05ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/tests/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def single_option_cases(key, *args):
709709
TestCase(options={'--no_show': None,
710710
**MONITORS,
711711
'-i': DataPatternArg('instance-segmentation'),
712-
'--delay': '1'}),
712+
}),
713713
single_option_cases('-m',
714714
# ModelArg('instance-segmentation-person-0007'),
715715
ModelArg('yolact-resnet50-fpn-pytorch')),

0 commit comments

Comments
 (0)