Skip to content

Commit

Permalink
Merge pull request #587 from prabhatnagarajan/ddpg_time
Browse files Browse the repository at this point in the history
Adds time to DDPG Tests
  • Loading branch information
muupan committed Dec 18, 2019
2 parents 294ff3c + d445d64 commit e51e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pfnci/hint.pbtxt
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 e51e2a9

Please sign in to comment.