Skip to content

Commit

Permalink
Add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisbattarbee committed Dec 11, 2024
1 parent 06b6958 commit 6d2a485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ func TestServerIntegration(t *testing.T) {
assert.Equal(t, float64(1), resp["id"])
assert.NotNil(t, resp["result"])

time.Sleep(100 * time.Millisecond)

// Test 2: List tools
resp, err = sendRequest("tools/list", nil)
require.NoError(t, err)
Expand Down

0 comments on commit 6d2a485

Please sign in to comment.