Skip to content

Commit

Permalink
Incrementing travis time and removing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josemp10 committed Mar 18, 2018
1 parent 8e5e214 commit 097b348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ branches:
- develop

script:
- travis_wait 60 "./build.sh"
- travis_wait 70 "./build.sh"

before_script:
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ public Response call() throws Exception {
transaction.end();
}
}

//TODO We may need to refactor the code here. Right now it is not very optimize.
// We need a better sync mechanism, based on? lastupdated?

private Response trackerCall(Date serverDate) throws Exception {
Response response = null;

Expand Down

0 comments on commit 097b348

Please sign in to comment.