We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4d8f8 commit 8586c05Copy full SHA for 8586c05
qa/L0_model_update/instance_update_test.py
@@ -209,6 +209,7 @@ def test_gpu_cpu_instance_update(self):
209
self.__update_instance_count(
210
0, 0,
211
"{\ncount: 3\nkind: KIND_GPU\n},\n{\ncount: 1\nkind: KIND_CPU\n}")
212
+ time.sleep(0.1) # larger the gap for config.pbtxt timestamp to update
213
# Remove 1 GPU instance and add 1 CPU instance
214
215
1, 1,
0 commit comments