mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	tweaks
This commit is contained in:
		| @@ -38,7 +38,7 @@ void SchedulerRapidCancellationComponent::run_rapid_cancellation_test() { | |||||||
|         std::string name = ss.str(); |         std::string name = ss.str(); | ||||||
|  |  | ||||||
|         // All threads schedule timeouts - this will implicitly cancel existing ones |         // All threads schedule timeouts - this will implicitly cancel existing ones | ||||||
|         this->set_timeout(name, 100, [this, name]() { |         this->set_timeout(name, 150, [this, name]() { | ||||||
|           this->total_executed_.fetch_add(1); |           this->total_executed_.fetch_add(1); | ||||||
|           ESP_LOGI(TAG, "Executed callback '%s'", name.c_str()); |           ESP_LOGI(TAG, "Executed callback '%s'", name.c_str()); | ||||||
|         }); |         }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user