Skip to content

Commit

Permalink
Merge pull request #346 from simleo/delay_hdfs_tests
Browse files Browse the repository at this point in the history
Delay HDFS unit tests
  • Loading branch information
simleo committed Mar 6, 2019
2 parents 7c7c551 + d9a733e commit d54127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/all_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

_TEST_DIRS = (
"app",
"hdfs",
"mapreduce",
"common",
"mapreduce",
"hdfs", # run these last, in case HDFS needs time to be fully up
)


Expand Down

0 comments on commit d54127b

Please sign in to comment.