Commit e1a70a0ee29053ab70a021d232d796fe1a60cd5b

Authored by Andrew Yanovych
1 parent 999c4ac1

changed timouts

... ... @@ -82,11 +82,11 @@ def test_tender_data():
82 82 }
83 83 ],
84 84 "enquiryPeriod": {
85   - "endDate": (now + timedelta(minutes=3)).isoformat()
  85 + "endDate": (now + timedelta(minutes=1)).isoformat()
86 86 },
87 87 "tenderPeriod": {
88   - "startDate": (now + timedelta(minutes=5)).isoformat(),
89   - "endDate": (now + timedelta(minutes=7)).isoformat()
  88 + "startDate": (now + timedelta(minutes=2)).isoformat(),
  89 + "endDate": (now + timedelta(minutes=3)).isoformat()
90 90 }
91 91 }
92 92
... ...
Please register or login to post a comment