We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133792d commit fe69172Copy full SHA for fe69172
qa/L0_model_update/instance_update_test.py
@@ -204,6 +204,7 @@ def test_gpu_cpu_instance_update(self):
204
self.__update_instance_count(
205
0, 0,
206
"{\ncount: 3\nkind: KIND_GPU\n},\n{\ncount: 1\nkind: KIND_CPU\n}")
207
+ time.sleep(0.1) # larger the gap for config.pbtxt timestamp to update
208
# Remove 1 GPU instance and add 1 CPU instance
209
210
1, 1,
0 commit comments