Skip to content

Commit

Permalink
adds time to ddpg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Dec 18, 2019
1 parent 294ff3c commit d445d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pfnci/hint.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/chainer/xpytest/blob/master/proto/test_case.proto

# Slow tests take 60+ seconds.
rules { name: "agents_tests/test_ddpg.py" xdist: 4 deadline: 480 }
rules { name: "agents_tests/test_ddpg.py" xdist: 4 deadline: 600 }
rules { name: "agents_tests/test_reinforce.py" xdist: 4 deadline: 480 }
rules { name: "agents_tests/test_pcl.py" xdist: 4 deadline: 480 }
Expand Down

0 comments on commit d445d64

Please sign in to comment.