Skip to content

Commit

Permalink
Fix clob tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Mar 20, 2024
1 parent 6e93bf9 commit 8e81ced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions protocol/x/clob/client/cli/cancel_order_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (s *CancelOrderIntegrationTestSuite) SetupTest() {
// Disable the Bridge and Price daemons in the integration tests.
appOptions.Set(daemonflags.FlagPriceDaemonEnabled, false)
appOptions.Set(daemonflags.FlagBridgeDaemonEnabled, false)
appOptions.Set(daemonflags.FlagOracleEnabled, false)

// Effectively disable the health monitor panic timeout for these tests. This is necessary
// because all clob cli tests are running in the same process and the total time to run is >> 5 minutes
Expand Down
1 change: 1 addition & 0 deletions protocol/x/clob/client/cli/liquidations_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func TestLiquidationOrderIntegrationTestSuite(t *testing.T) {
// Disable the Bridge and Price daemons in the integration tests.
appOptions.Set(daemonflags.FlagPriceDaemonEnabled, false)
appOptions.Set(daemonflags.FlagBridgeDaemonEnabled, false)
appOptions.Set(daemonflags.FlagOracleEnabled, false)

// Effectively disable the health monitor panic timeout for these tests. This is necessary
// because all clob cli tests are running in the same process and the total time to run is >> 5 minutes
Expand Down
1 change: 1 addition & 0 deletions protocol/x/clob/client/cli/place_order_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func TestPlaceOrderIntegrationTestSuite(t *testing.T) {
// Disable the Bridge and Price daemons in the integration tests.
appOptions.Set(daemonflags.FlagPriceDaemonEnabled, false)
appOptions.Set(daemonflags.FlagBridgeDaemonEnabled, false)
appOptions.Set(daemonflags.FlagOracleEnabled, false)

// Effectively disable the health monitor panic timeout for these tests. This is necessary
// because all clob cli tests are running in the same process and the total time to run is >> 5 minutes
Expand Down

0 comments on commit 8e81ced

Please sign in to comment.