Skip to content

Commit cfab047

Browse files
committed
Updating readme a bit and extending sleep to 10 seconds.
1 parent 1ff07ef commit cfab047

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ var_dump($kv_list);
124124

125125
More will be added as time goes on!
126126

127-
## TODO
127+
## Tests
128128

129-
- Tests
130-
- Parity with GO lib
131-
- Code cleanup
129+
The testing suite is still in it's infancy, however it is being tested directly against an actual Consul agent.
130+
They will be back-filled as time allows. Future plans are to set up a simple cluster to provide a more real-world
131+
testing scenario.

tests/run_consul.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ PID=$!
77
echo "consul pid: ${PID}"
88

99
echo ${PID} > consul.pid
10-
echo "sleeping for 5 seconds to give consul time to set up..."
11-
sleep 5
10+
echo "sleeping for 10 seconds to give consul time to set up..."
11+
sleep 10
1212

0 commit comments

Comments
 (0)