You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<wait>
<!-- The plugin waits until this URL is reachable via HTTP ... -->
<url>http://localhost:${jolokia.port}/jolokia</url>
<!-- ... but at max 2 seconds -->
<time>2000</time>
</wait>
it should be
<wait>
<!-- The plugin waits until this URL is reachable via HTTP ... -->
<http>
<url>http://localhost:${jolokia.port}/jolokia</url>
</http>
<!-- ... but at max 2 seconds -->
<time>2000</time>
</wait>
The text was updated successfully, but these errors were encountered:
dantran
changed the title
Invalid wait in sample's <wait>
Invalid wait in samples
Feb 15, 2016
the sample has this wait's settings
it should be
The text was updated successfully, but these errors were encountered: