1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

tests: Removed mxnet from functional tests + minor fix on rewards (#362)

* ci: change workflow

* changed timeout

* fix function reach reward

* print logs

* removing mxnet

* res'
This commit is contained in:
anabwan
2019-06-27 18:52:29 +03:00
committed by GitHub
parent 30c64d0656
commit a576ab5659
4 changed files with 28 additions and 24 deletions

View File

@@ -139,7 +139,7 @@ class Definitions:
N_csv_lines = 100 # number of lines to validate on csv file
class TimeOuts:
test_time_limit = 60 * 60
test_time_limit = 30 * 60
wait_for_files = 20
wait_for_csv = 240
test_run = 60