Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
a8a96d3a
Commit
a8a96d3a
authored
11 years ago
by
Will Daly
Browse files
Options
Downloads
Patches
Plain Diff
Increase timeout for ORA get feedback promise in bok-choy test.
parent
7dbec608
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/test/acceptance/tests/test_ora.py
+5
-1
5 additions, 1 deletion
common/test/acceptance/tests/test_ora.py
with
5 additions
and
1 deletion
common/test/acceptance/tests/test_ora.py
+
5
−
1
View file @
a8a96d3a
...
...
@@ -115,9 +115,13 @@ class OpenResponseTest(UniqueCourseTest):
(e.g. from AI, instructor, or peer grading)
`assessment_type` is either
"
ai
"
or
"
peer
"
.
"""
# Because the check function involves fairly complicated actions
# (navigating through several screens), we give it more time to complete
# than the default.
feedback_promise
=
Promise
(
self
.
_check_feedback_func
(
assessment_type
),
'
Got feedback for {0} problem
'
.
format
(
assessment_type
)
'
Got feedback for {0} problem
'
.
format
(
assessment_type
),
timeout
=
600
,
try_interval
=
5
)
return
fulfill
(
feedback_promise
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment