Skip to content

Commit 14711d3

Browse files
guangy10facebook-github-bot
authored andcommitted
Fix model test timeout issue
Summary: As I'm working on adding more complex models to the example, I often run into timeout issue when running test even for a single model. This diff to to mark model e2e test 'long_running' *(10mins if w/o 'long_running' flag)*. Now both MV2 and MV3 are disabled by the CI due to timeout (https://fburl.com/test/2xz69n58). Shortly we should make one test target per model to fully remove dependencies between models the maximize the throughput of the CI. Reviewed By: chakriu Differential Revision: D48133248 fbshipit-source-id: 51ff99bd5fbf556da6c55bb3f2f201da407ac93a
1 parent 0fa2da2 commit 14711d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/export/test/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python_unittest(
55
srcs = [
66
"test_export.py",
77
],
8+
tags = ["long_running"],
89
deps = [
910
"//caffe2:torch",
1011
"//executorch/examples/export:utils",

0 commit comments

Comments
 (0)