Skip to content

Commit

Permalink
increased to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
rayaisaiah committed Mar 7, 2025
1 parent 117c5d8 commit cabf807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/pkg/dataplane/dataplane_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ func TestNetPolInBackgroundUpdatePolicy(t *testing.T) {
err = dp.AddPolicy(&testPolicyobj)
require.NoError(t, err)

time.Sleep(100 * time.Millisecond)
time.Sleep(1500 * time.Millisecond)

err = dp.UpdatePolicy(&updatedTestPolicyobj)
require.NoError(t, err)

time.Sleep(100 * time.Millisecond)
time.Sleep(1500 * time.Millisecond)

linuxPromVals{2, 1, 0, 0, 1}.assert(t)
}
Expand Down

0 comments on commit cabf807

Please sign in to comment.