Skip to content

Commit

Permalink
Changed default params to production level
Browse files Browse the repository at this point in the history
  • Loading branch information
xybu committed Jan 11, 2015
1 parent 7f10e59 commit 9d27550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ga-hook/delegates/ga-grader_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
docker_image_name = 'xybu/cdev:v1'

# The number of grader threads
num_of_graders = 2
num_of_graders = 4

# Time of sleep between main thread scans file queue
main_sleep_time = 10 # in seconds
main_sleep_time = 600 # in seconds

# Force the grader to proceed if test_all does not finish after this time
grader_timeout = 1800 # in seconds
grader_timeout = 900 # in seconds

# Reporter will try to report result this max number of times facing HTTP error
max_reporter_retry = 10
Expand Down

0 comments on commit 9d27550

Please sign in to comment.