Dyna test: small -> medium. (#9118)

This commit is contained in:
Sven Mika
2020-06-24 12:02:44 +02:00
committed by GitHub
parent 613abdf1b6
commit aa231799ed
+1 -1
View File
@@ -437,7 +437,7 @@ py_test(
py_test(
name = "test_dyna",
tags = ["agents_dir"],
size = "small",
size = "medium",
srcs = ["agents/dyna/tests/test_dyna.py"]
)